application: return a value
authorBenjamin Otte <otte@redhat.com>
Sat, 7 Jan 2012 14:56:26 +0000 (15:56 +0100)
committerBenjamin Otte <otte@redhat.com>
Sat, 7 Jan 2012 14:56:26 +0000 (15:56 +0100)
gtk/gtkapplication.c

index a30529a636231dfe79897167b5b9b801a1cd8bf1..f5eb08bd677a2cd1c07841e74b223f58cfc68711 100644 (file)
@@ -1444,6 +1444,8 @@ gtk_application_end_session (GtkApplication         *application,
                          NULL, NULL, NULL);
       break;
     }
+
+  return TRUE;
 }
 
 #else